InstallLanguage   v1.0
(c)1998-1999 Jérôme DE SOLLIERS - All rights reserved


Description :
This little utility let you install your prefered language if it is available.

Use :
1. Launch the application "InstallLanguage".
2. A window with a list of available languages appear.
3. Select the language you want with the mouse and click on the button 'Select' to validate.
4. Close the window and launch the application. Enjoy !

Creating your own prefered language :
For this, follow theses steps in the directory Language/ :
1. Duplicate the file application.language to application.language.xxx
where :
      application is the name of the executable
      xxx is the name of your language.
2. Open your file "application.language.xxx"
3. Translate all the messages in your language (see the 'Tell me more' paragraph).

Tell me more :
Each message of the file is structured like this :
// Menu Project - Load
25 Load
// Quit confirmation - Would you really quit ?
151 Would you really quit ?

The first line is a commentary (like in C++ : //).
The second line is composed by : 
  * a number (don't modify it !!!)
  * a space
  * the message (you must adaptate it !)

Contacting the author
You can e-mail me if you have any questions, comments, bug reports... or simply to ask me if this application is usefull for you.

History
V1.0 : 21 december 1998
- First release.
